Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-226603 | GEN002751 | SV-226603r603265_rule | Low |
Description |
---|
If the system is not configured to audit certain activities and write them to an audit log, it is more difficult to detect and track system compromises and damages incurred during a system compromise. |
STIG | Date |
---|---|
Solaris 10 SPARC Security Technical Implementation Guide | 2022-09-07 |
Check Text ( C-28764r483221_chk ) |
---|
Check the system's audit configuration. # grep ua /etc/security/audit_control If the ua flag is not set, and both the +ua and -ua flags are not set, this is a finding. If the ua naflag is not set, and both the +ua and -ua naflags are not set, this is a finding. |
Fix Text (F-28752r483222_fix) |
---|
Edit /etc/security/audit_control and add ua to the flags list and naflags list. Refresh auditd. # svcadm refresh auditd |